Esx Settings Clusters Vms OvfResource
The Esx Settings Clusters Vms OvfResource schema contains properties that describe the location of an OVF package and a configuration for its download.
This schema was added in vSphere API 9.0.0.0.
{
"location_type": "string",
"url": "string",
"ssl_certificate_validation": "string",
"certificate": "string"
}
Location type of OVF package.
For more information see: Esx Settings Clusters Vms OvfResource LocationType.
This property was added in vSphere API 9.0.0.0.
URL to the file server or the local VC file system where the OVF package can be downloaded. The supported URI schemes are http, https, and file.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of location_type is one of Esx Settings Clusters Vms OvfResource LocationType.REMOTE_FILE or Esx Settings Clusters Vms OvfResource LocationType.LOCAL_FILE.
Configuration for SSL Certificate validation of the URL specified by the url.
For more information see: Esx Settings Clusters Vms OvfResource SslCertificateValidation.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of location_type is Esx Settings Clusters Vms OvfResource LocationType.REMOTE_FILE.
The ssl certificate that is to be trusted by vLCM when downloading the OVF package from a file server.
This property was added in vSphere API 9.0.0.0.
If missing or null
the system validates the file server certificate against the system trusted CAs.